home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xpt / Imakefile < prev    next >
Makefile  |  1995-05-09  |  338b  |  19 lines

  1. # @(#)Imakefile 12.1 95/05/09 SCOINC
  2. # Imakefile - xlock
  3. #
  4. TARGETS = xpt
  5.  
  6. SRCS = xpt.c init.c Xprogs.c table.c
  7.  
  8. OBJS = xpt.o init.o Xprogs.o table.o
  9.  
  10. LCL_LIB = XawClientLibs
  11. DEPLIBS = XawClientDepLibs
  12. SYS_LIBRARIES = -lm
  13.  
  14. AllTarget($(TARGETS))
  15.  
  16. NormalProgramTarget($(TARGETS), $(OBJS), $(DEPLIBS), $(LCL_LIB), $(SYS_LIB))
  17.  
  18. DependTarget()
  19.